projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aefca12
)
Fix compiler warning
author
justbur
<justin@burkett.cc>
Tue, 1 Sep 2015 17:00:51 +0000
(13:00 -0400)
committer
justbur
<justin@burkett.cc>
Tue, 1 Sep 2015 17:00:51 +0000
(13:00 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 325e1438e0a8c17085460e18ba3090b623f40b06..51e03c6482605fc3d4bc11af522c577cd6ce11db 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-1158,8
+1158,6
@@
Will force an update if called before `which-key--update'."
(next-event-if-not-showing
(mapcar (lambda (ev) (cons t ev))
(listify-key-sequence keysbl)))
- (n-pages
- (plist-get which-key--pages-plist :n-pages))
(next-page
(if which-key--current-page-n (1+ which-key--current-page-n) 0)))
(cond